home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / rwrdfinl.dxr / 00138.ls < prev    next >
Encoding:
Text File  |  1996-07-26  |  150 b   |  11 lines

  1. on exitFrame
  2.   if not soundBusy(2) then
  3.     sound close 2
  4.   end if
  5.   if soundBusy(2) then
  6.     go(the frame - 1)
  7.   else
  8.     go(marker(1))
  9.   end if
  10. end
  11.